| Einhugur Word Plugin for Xojo |
|
Paragraph.LeftIndent Method
Gets or set left indent for the paragraph.
Parameters
- unit
- The unit of the value to be set.
- value (assignment parameter)
- The value to set when using the setter.
Returns
- Double
- The returned value when using the getter.
Remarks
var p as Paragraph = doc.AppendParagraph("Myparagraph. ")
p.LeftIndent(EinhugurWord.Units.CM) = 33.0
See Also
Paragraph Class